Image Search Client (stable:1.0)

2025/10/22 • 3 deleted methods

Images_Details (removed)
Description The Image Detail Search API lets you search on Bing and get back insights about an image, such as webpages that include the image. This section provides technical details about the query parameters and headers that you use to request insights of images and the JSON response objects that contain them. For examples that show how to make requests, see [Searching the Web for Images](https://docs.microsoft.com/azure/cognitive-services/bing-image-search/search-the-web).
Reference Link ¶

⚼ Request

GET:  /images/details
{
X-BingApis-SDK: string ,
Accept: string ,
Accept-Language: string ,
Content-Type: string ,
User-Agent: string ,
X-MSEdge-ClientID: string ,
X-MSEdge-ClientIP: string ,
X-Search-Location: string ,
cab: number ,
cal: number ,
car: number ,
cat: number ,
ct: string ,
cc: string ,
id: string ,
imgUrl: string ,
insightsToken: string ,
modules: array ,
mkt: string ,
q: string ,
safeSearch: string ,
setLang: string ,
}

⚐ Response (200)

{
imageInsightsToken: string ,
bestRepresentativeQuery:
{
text: string ,
displayText: string ,
webSearchUrl: string ,
searchLink: string ,
thumbnail:
{
thumbnail: string ,
imageInsightsToken: string ,
insightsMetadata:
{
shoppingSourcesCount: integer ,
recipeSourcesCount: integer ,
aggregateOffer:
{
offers:
[
{
seller: object ,
price: number ,
priceCurrency: enum ,
availability: enum ,
aggregateRating:
{
reviewCount: integer ,
}
,
lastUpdated: string ,
}
,
]
,
}
,
}
,
imageId: string ,
accentColor: string ,
visualWords: string ,
}
,
}
,
imageCaption:
{
caption: string ,
dataSourceUrl: string ,
relatedSearches:
[
{
text: string ,
displayText: string ,
webSearchUrl: string ,
searchLink: string ,
thumbnail:
{
thumbnail: string ,
imageInsightsToken: string ,
insightsMetadata:
{
shoppingSourcesCount: integer ,
recipeSourcesCount: integer ,
aggregateOffer:
{
offers:
[
{
seller: object ,
price: number ,
priceCurrency: enum ,
availability: enum ,
aggregateRating:
{
reviewCount: integer ,
}
,
lastUpdated: string ,
}
,
]
,
}
,
}
,
imageId: string ,
accentColor: string ,
visualWords: string ,
}
,
}
,
]
,
}
,
relatedCollections:
{
value:
[
{
source: string ,
imagesCount: integer ,
followersCount: integer ,
}
,
]
,
}
,
pagesIncluding:
{
value:
[
{
thumbnail: string ,
imageInsightsToken: string ,
insightsMetadata:
{
shoppingSourcesCount: integer ,
recipeSourcesCount: integer ,
aggregateOffer:
{
offers:
[
{
seller: object ,
price: number ,
priceCurrency: enum ,
availability: enum ,
aggregateRating:
{
reviewCount: integer ,
}
,
lastUpdated: string ,
}
,
]
,
}
,
}
,
imageId: string ,
accentColor: string ,
visualWords: string ,
}
,
]
,
}
,
shoppingSources:
{
offers:
[
{
seller: object ,
price: number ,
priceCurrency: enum ,
availability: enum ,
aggregateRating:
{
reviewCount: integer ,
}
,
lastUpdated: string ,
}
,
]
,
}
,
relatedSearches:
{
value:
[
{
text: string ,
displayText: string ,
webSearchUrl: string ,
searchLink: string ,
thumbnail:
{
thumbnail: string ,
imageInsightsToken: string ,
insightsMetadata:
{
shoppingSourcesCount: integer ,
recipeSourcesCount: integer ,
aggregateOffer:
{
offers:
[
{
seller: object ,
price: number ,
priceCurrency: enum ,
availability: enum ,
aggregateRating:
{
reviewCount: integer ,
}
,
lastUpdated: string ,
}
,
]
,
}
,
}
,
imageId: string ,
accentColor: string ,
visualWords: string ,
}
,
}
,
]
,
}
,
recipes:
{
value:
[
{
cookTime: string ,
prepTime: string ,
totalTime: string ,
}
,
]
,
}
,
visuallySimilarImages:
{
value:
[
{
thumbnail: string ,
imageInsightsToken: string ,
insightsMetadata:
{
shoppingSourcesCount: integer ,
recipeSourcesCount: integer ,
aggregateOffer:
{
offers:
[
{
seller: object ,
price: number ,
priceCurrency: enum ,
availability: enum ,
aggregateRating:
{
reviewCount: integer ,
}
,
lastUpdated: string ,
}
,
]
,
}
,
}
,
imageId: string ,
accentColor: string ,
visualWords: string ,
}
,
]
,
}
,
visuallySimilarProducts:
{
value:
[
{
thumbnail: string ,
imageInsightsToken: string ,
insightsMetadata:
{
shoppingSourcesCount: integer ,
recipeSourcesCount: integer ,
aggregateOffer:
{
offers:
[
{
seller: object ,
price: number ,
priceCurrency: enum ,
availability: enum ,
aggregateRating:
{
reviewCount: integer ,
}
,
lastUpdated: string ,
}
,
]
,
}
,
}
,
imageId: string ,
accentColor: string ,
visualWords: string ,
}
,
]
,
}
,
recognizedEntityGroups:
{
value:
[
{
recognizedEntityRegions:
[
{
region:
{
left: number ,
top: number ,
right: number ,
bottom: number ,
}
,
matchingEntities:
[
{
entity:
{
name: string ,
url: string ,
image: string ,
description: string ,
alternateName: string ,
bingId: string ,
}
,
matchConfidence: number ,
}
,
]
,
}
,
]
,
name: string ,
}
,
]
,
}
,
imageTags:
{
value:
[
{
name: string ,
}
,
]
,
}
,
}

⚐ Response (default)

{
errors:
[
{
code: enum ,
subCode: enum ,
message: string ,
moreDetails: string ,
parameter: string ,
value: string ,
}
,
]
,
}